object ScanProgressForm: TScanProgressForm Left = 213 Top = 212 Width = 645 Height = 430 Caption = 'ScanProgressForm' Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] OldCreateOrder = False Scaled = False OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 16 object pnMain: TPanel Left = 0 Top = 0 Width = 637 Height = 396 Align = alClient BevelOuter = bvNone Caption = 'pnMain' TabOrder = 0 object pnBackground: TAxBackgroundPanel Left = 0 Top = 0 Width = 637 Height = 396 Color = clWhite Align = alClient DoubleBuffered = True ParentColor = False TabOrder = 0 OnResize = pnBackgroundResize DesignSize = ( 637 396) object imgWatermarkPage: TImage Left = 288 Top = 269 Width = 349 Height = 127 Anchors = [akRight, akBottom] AutoSize = True Transparent = True end object Label1: TLabel Left = 32 Top = 360 Width = 599 Height = 16 Anchors = [akLeft, akBottom] AutoSize = False Caption = 'Click Stop if you wish to stop the scan and view the results' Transparent = True end object Label2: TLabel Left = 32 Top = 64 Width = 561 Height = 61 Anchors = [akLeft, akTop, akRight] AutoSize = False Caption = 'Registry Cleaner is now scanning the registry on your computer. ' + 'All errors detected will be presented to you. You will then be a' + 'ble to choose which errors should be fixed and which should not ' + 'be modified' WordWrap = True end object Label3: TLabel Left = 32 Top = 234 Width = 112 Height = 16 Caption = 'Elapsed scan time:' end object Label4: TLabel Left = 32 Top = 258 Width = 121 Height = 16 Caption = 'Total items scanned:' end object Label5: TLabel Left = 32 Top = 282 Width = 100 Height = 16 Caption = 'Errors detected:' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object lblCurrentCategory: TLabel Left = 32 Top = 138 Width = 557 Height = 16 Anchors = [akLeft, akTop, akRight] AutoSize = False Caption = 'Searching category' ShowAccelChar = False end object lblElapsedTime: TLabel Left = 160 Top = 234 Width = 100 Height = 15 Alignment = taRightJustify AutoSize = False Caption = '21 sec' end object lblErrorsCount: TLabel Left = 200 Top = 282 Width = 60 Height = 15 Alignment = taRightJustify AutoSize = False Caption = '0' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object lblScanPath: TAxFitTextLabel Left = 32 Top = 160 Width = 557 Height = 16 Anchors = [akLeft, akTop, akRight] AutoSize = False Caption = 'HKCU\Software\Microsoft\Windows\CurrentVersion\Run' FitStyle = flsPathEllipsis end object lblTotalItemsScanned: TLabel Left = 200 Top = 258 Width = 60 Height = 15 Alignment = taRightJustify AutoSize = False Caption = '23,901' end object lblWelcomeToDefrag: TAxLabel Left = 32 Top = 16 Width = 561 Height = 33 WordWrap = False Quality = smMMXSmoothing4x Transparent = False AutoSize = False Caption = 'Registry search is in progress' Font.Charset = DEFAULT_CHARSET Font.Color = 10040064 Font.Height = -16 Font.Name = 'Verdana' Font.Style = [] ShowAccelChar = True ParentFont = False end object btnStop: TButton Left = 497 Top = 208 Width = 99 Height = 25 Anchors = [akTop, akRight] Caption = '&Stop' TabOrder = 1 OnClick = btnStopClick end object btnSuspend: TButton Left = 392 Top = 208 Width = 99 Height = 25 Anchors = [akTop, akRight] Caption = '&Pause' TabOrder = 0 OnClick = btnSuspendClick end object pbScanProgress: TProgressBar Left = 32 Top = 183 Width = 565 Height = 18 Anchors = [akLeft, akTop, akRight] Position = 10 Smooth = True TabOrder = 2 end end end object tmrProgress: TTimer Enabled = False Interval = 50 OnTimer = tmrProgressTimer Left = 24 Top = 320 end end